home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / discover.dir / 00013.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  273 b   |  11 lines

  1. on mouseDown
  2.   global gMyFileName
  3.   set the castNum of sprite 6 to cast "pk2"
  4.   if pressButton(6) then
  5.     pupSprites(1, 48, 0)
  6.     set gMyFileName to "PKRESOUR.TXT"
  7.     put the text of field "ministry resources" into field "pkdisplaytext"
  8.     go("resources")
  9.   end if
  10. end
  11.